#USALmenu ul { 
	margin: 5;
	padding: 20px; 
	list-style-type: none; 
	text-align: center; 
	background-color: tomato; 
	} 

#USALmenu li {  
	display: inline; 
	} 
 
#USALmenu a { 
	text-decoration: none; /* to remove the underline*/
	padding: 20px; 
	color: red; 
	background-color: black; 
	} 
 
#USALmenu a:hover { 
	color: black; 
	background-color: white; 
	} 

#USALmenu a:visited { 
	color: tomato; 
	background-color: white; 
	}
	
img{
	height 20%;
	width: 20%;
	}
